
/**
 * kaayou main css menu
 * 
 * 1.0 - common 公共
 * 2.0 - index  首页
 * 3.0 - page-about  关于我门
 * 4.0 - page-news  企业动态
 * 5.0 - page-product  游戏产品
 * 6.0 - page-join  加入卡游
 * 7.0 - page-contact  联系方式
 * 8.0 - page-news-detail  企业动态详情
 * 9.0 - page-around  周边
 * 10.0 - page-culturn  企业文化
 * 11.0 - page-style  企业风采
 * 12.0 - page-duty  企业责任
 * 13.0 - page-strategy  企业战略
 * 14.0 - page-history  发展历程
 **/
.grew-filter {
    -webkit-filter: grayscale(100%); /* webkit */
    -moz-filter: grayscale(100%); /*firefox*/
    -ms-filter: grayscale(100%); /*ie9*/
    -o-filter: grayscale(100%); /*opera*/
    filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter:gray; /*ie9- */
}

@media (max-width: 768px) {
    html,body{ width: 100%; height: 100%; overflow: scroll;}
    html::-webkit-scrollbar, body::-webkit-scrollbar {
        width:0px;height:0px;
    }
    .ky-body {
        padding-top: 60px;
    }
}


/**
 * 1.0 - common 公共样式
 */
/*section, footer {
}*/
/* 头部 */
.ky-com-header .navbar{
    background-color: rgba(255, 255, 255, 0);
    border-bottom: none;
    margin-bottom: 0;
}
.ky-com-header .navbar-header {
    background-color: #fff;
    height: 85px;
}
.ky-com-header .navbar-default .navbar-toggle {
    width: 20px;
    height: 100%;
    border: none;
    margin: 0 15px 0 0;
    padding: 0;
}
.ky-com-header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(255, 255, 255, 0);
}
.ky-com-header .navbar-brand{
    height: 100%;
    width: 180;
    padding: 0 0 0 15px;
}
.ky-com-header .navbar-brand img{
    height: 45px;
    margin-top: 20px;
}
.ky-com-header .navbar-toggle {
    margin-top: 25px;
}
.ky-com-header .navbar-nav{
    padding-left: 150px;
    margin-bottom: 0;
}
.ky-com-header .nav a{
    height: 85px;
    line-height: 85px;
    padding: 0 20px;
    color: black !important;
    font-size: 15px;
    transition: all 0.3s;
    background-position: center 58px;
    background-repeat: no-repeat;
}
.ky-com-header .nav a:hover {
    color: #f8b70f !important;
    text-decoration:none;
    background: url(../images/bixin.png);
    background-repeat: no-repeat;
    background-position: center 54px;
}
.ky-com-header .current-menu-item a{
    background-color: #fff !important;
    color: #f8b70f !important;
    text-decoration:none;
    background: url(../images/bixin.png);
    background-repeat: no-repeat;
    background-position: center 54px;
}

.ky-com-header .navbar-toggle span{
    background: #333;
    /* width: 10px; */
    height: 2px;
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 0px;
}
.ky-com-header .navbar-toggle span:before, 
.ky-com-header .navbar-toggle span:after{
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0px;
    background: #333;
    transition: all 0.1s;
}
.ky-com-header .navbar-toggle span:before{
    top: -7px;
}
.ky-com-header .navbar-toggle span:after{
    top: 7px;
}
.ky-com-header .navbar-toggle .click:before{
    top: 0px;
    transform:rotate(45deg) translate(0, 0)
}
.ky-com-header .navbar-toggle .click:after{
    top: 0px;
    transform:rotate(-45deg) translate(0, 0)
}
.ky-com-header .navbar-toggle .click{
    background-color: rgba(255, 255, 255, 0);
}
.ky-com-text-intent-32 {
    text-indent: 32px;
}

@media (max-width: 768px) {
    .ky-com-header {
        position: fixed;
        width: 100%;
        z-index: 999999;
        top: 0;
    }
    .ky-com-header .navbar-header {
        background-color: rgba(255, 255, 255, 0.9);
        height: 60px;
    }

    .ky-com-header .navbar-toggle {
        background-color: rgba(255, 255, 255,0);
    }
    .ky-com-header .navbar-nav{
        background: rgba(255, 255, 255, 0);
        padding-left: 0;
    }
    .ky-com-header #navbar{
        background: rgba(255, 255, 255, 0.92);
    }
    .ky-com-header .navbar-nav li{
        background: rgba(255, 255, 255, 0);
        padding: 0 20px;
    }
    .ky-com-header .navbar-nav a {
        background: rgba(255, 255, 255, 0)!important;
    }
    .ky-com-header .nav a:hover {
        background: none;
    }
    .ky-com-header .nav a{
        text-align: center;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #e9e9e9;
    }
    .ky-com-header .current-menu-item a{
        color: #f8b70f !important;
        text-decoration:none;
        background: url();
    }
    .ky-com-header .navbar-brand img{
        height: 30px;
        margin-top: 15px;
    }
}

/* 底部 */
.ky-com-footer {
    background-color: #2C2B28;
    padding: 30px 0 30px 0;
}
.ky-com-footer .footer-nav {
    display: flex;
    padding-left: 0px;
    margin-top: 10px;
}
.ky-com-footer .footer-nav li{
    color: #F6F9FC;
    padding: 0 20px;
    border-right: 1px #5f5c5c solid;
}
.ky-com-footer .footer-nav li a{
    color: #F6F9FC;
}
.ky-com-footer .footer-nav li:nth-child(1){
    padding-left: 0;
}
.ky-com-footer .footer-nav li:last-child{
    border-right: none;
}
.ky-com-footer .footer-left p{
    color: #888;
}
.ky-com-footer .footer-right{
    text-align: center;
}
.ky-com-footer .footer-right .footer-ewm{
    display: inline-block;
    margin: 10px auto;
}
.ky-com-footer .footer-ewm img{
    width: 170px;
    margin: 0 auto;
    border-radius: 3px;
    display: block;
    padding: 5px;
    background-color: white;
}
.ky-com-footer .footer-ewm span{
    display: block;
    color: #888;
    margin-top: 5px;
}

/* 每页banner */
.ky-com-banner .jumbotron{
    padding: 0;
    margin-bottom: 0;
}
.ky-com-banner .jumbotron .ky-overlay{
    z-index: 0;
    opacity: 0.5;
    background: none;
}
.ky-com-banner .container{
    height: 3rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    margin: 0 auto;
}
.ky-com-banner .com-banner-img{
    width: 100%;
    height: 3rem;
    object-fit: cover;
}
.ky-com-banner h3{
    color: #fff;
    font-weight: 700;
    width: 100%;
    position: absolute;
    bottom: 1rem;
    text-align: center;
    font-size: .42rem;
}
.ky-com-banner h3 span{
    display: block;
    font-weight: 400;
    display: block;
    font-size: .3rem;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .ky-com-banner h3{
        bottom: 1rem;
    }
}

/* 公共区块大标题 */
.ky-com-title-block{
    margin: 20px 0;
}
.ky-com-title-block .com-title h3{
    margin-top: 10px;
    padding-left: 10px;
    border-left: 3px #f8b70f solid;
    font-size: 25px;
    font-weight: 700;
}
.ky-com-title-block .com-title h3 span{
    font-size: 20px;
    font-weight: 700;
    color: #888888bd;
}

/* 蒙版 */
.ky-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: -1;
}
/* 5等分 */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

/* 查看更多 */
.ky-btn {
    text-align: center;
}
.ky-btn a{
    color: #828282;
    padding: 10px 25px;
    font-size: 14px;
    border: 1px solid #dedddd;
    border-radius: 999em;
    border-width: 2px;
    transition: all 0.1s;
}
.ky-btn a:hover{
    background-color: #f8b600;
}

.ky-com-gotop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 100px;
    bottom: 150px;
    background: url(../images/top.png) center no-repeat;
    background-color: #f8b600;
    z-index: 99999;
    cursor: pointer;
    display: none;
}
.ky-com-gotop:hover{
    background-color: #e0c57a;
}

.ky-about-menu {
    text-align: center;
    position: relative;
    top: -25px;
}
.ky-about-menu .about-nav {
    display: inline-block;
    background-color: #fff;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.ky-about-menu .about-nav li {
    display: inline-block;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    font-size: 15px;
    transition: all 0.3s;
}
.ky-about-menu .about-nav li:hover{
    background-color: #f8b600 !important;
}
.ky-about-menu .about-nav li:hover a{
    color: #fff;
}
.ky-about-menu .about-nav li a{
    display: block;
    padding: 10px 15px;
    color: #777;
}
.ky-about-menu .about-nav .current_page_item {
    background-color: #f8b600;
}
.ky-about-menu .about-nav .current_page_item a{
    color: #fff;
}







/**
 * 2.0 - index  首页
 */

/*.index-swiper{*/
    /*width: 100%;*/
    /*height: 700px;*/
/*}*/
.ky-index-swiper {
    width: 100%;
    height: 500px;
}
.ky-index-swiper .swiper-slide {
    height:100%;
    /*width: 960px;*/
    overflow: hidden;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ky-index-swiper .video-overlay { 
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
}
.ky-index-swiper .swiper-button-prev,
.ky-index-swiper .swiper-button-next {
    color: #f8b600;
    outline: none;
    display: none;
}
.swiper-pagination-bullet-active {
    background-color: #f8b600 !important;
}
@media (max-width: 768px) {
    .ky-com-banner h3{
        bottom: 0.8rem;
    }
    .ky-index-swiper video {
        height: 100%;
    }
    .ky-index-swiper {
        height: 180px;
    }
}

/* 板块间距 */
.index-block-spacing{
    padding: 80px 0;
}
@media (max-width: 768px) { 
    .index-block-spacing{
        padding: 20px 0;
    }
 }
/* 首页板块大标题 */
.index-title{
    text-align: center;

}
.index-title .index-title-cn{
    color: #f8b600;
    font-size: 36px;
    font-weight: lighter;
}
.index-title .index-title-en{
    color: #e5e5e5;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 20px;
}

/* 首页关于我们 */
.ky-index-about {

}
.ky-index-about .ky-about-content {
    color: #656262;
    font-size: 16px;
    text-indent: 36px;
    line-height: 35px;
    font-weight: normal;
}
.ky-index-about .ky-about-info {
    margin-top: 20px;
}
@media (max-width: 992px) { 
    .ky-index-about .col-xs-6:last-child { 
        width: 100%;
    };
}
.ky-index-about .info-item {
    text-align: center;
    border: 1px solid rgba(221,221,221,1);
    padding: 20px 0;
    margin-bottom: 20px;
}
@media (max-width: 992px) { 
    .ky-index-about .info-item {
        border: none;
        background-color: #f1f1f1;
        margin-bottom: 20px;
    }
}
.ky-index-about .info-item img{
    width: .5rem;
}

.ky-index-about .info-item span{
    margin: 10px 0;
    display: block;
    font-size: 18px;
}

@media (max-width: 992px) { 
    .ky-index-about .info-item img{
        width: 1rem;
    }
    .ky-index-about .info-item span{
        margin: 5px 0;
    }
}
/* 首页我们的产品 */
.ky-index-product {
    background: #f5f5f5;
    padding: 70px 0;
    /*background-image: url(../images/toutu2.jpg);*/
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
}
.ky-index-product .ky-product-item {
    transition: all 0.6s;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
@media (max-width: 992px) { 
    .ky-index-product .ky-product-item {
        margin-bottom: 20px;
    }
}
.ky-index-product .ky-product-item:hover {
    transform:translate(0,-10px);
    -ms-transform:translate(0,-10px); /* IE 9 */
    -moz-transform:translate(0,-10px); /* Firefox */
    -webkit-transform:translate(0,-10px); /* Safari and Chrome */
    -o-transform:translate(0,-10px); /* Opera */
}
.ky-index-product .ky-product-big {
    width: 100%;
    height: 220px;
    border-radius: 5px 5px 0 0;
}
@media (max-width: 992px) { 
    .ky-index-product .ky-product-big {
        height: 100%;
    }
 }
.ky-index-product .ky-product-info {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.ky-index-product .ky-product-info img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.ky-index-product .ky-product-title {
    color: #000;
    margin-left: 20px;
}
.ky-index-product .ky-product-title span{
    display: block;
}
.ky-index-product .ky-product-title span:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
}
.ky-index-product .ky-product-title span:nth-child(2) {
    color: #B0B0B0
}
.ky-index-product .ky-product-icon{
    width: 60px;
}

/*首页企业数据*/
.ky-index-data .ky-data-item{
    text-align: center;
    margin-bottom: 30px;
}

.ky-index-data .ky-data-item:nth-child(2){
    border-left: 1px #D0D0D0 solid;
    border-right: 1px #D0D0D0 solid;
}
.ky-index-data .ky-data-item .ky-data-number{
    display: block;
    font-weight: 600;
    font-size: .5rem;
}
.ky-index-data .ky-data-item .ky-data-count{
    font-size: .6rem;
}
.ky-index-data .ky-data-item .ky-data-desc{
    display: block;
    font-size: .15rem;
    color: #888;
    width: 60%;
    margin: auto;
}

/*首页企业资讯*/
.ky-index-news {
    background: #f5f5f5;
    padding: 70px 0;
    /*background-image: url(../images/toutu1.jpg);*/
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
}
.ky-index-news .news-item {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
.ky-index-news .news-content {
    padding: 20px;
    background-color: #fff;
}
.ky-index-news .new-img-wrap{
    height: 200px;
    overflow: hidden;
}
.ky-index-news .news-img {
    width: 100%;
    height: 200px;
    transition: all 0.6s;
}
.ky-index-news .news-item:hover .news-img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ky-index-news .news-title {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ky-index-news .news-desc {
    height: 60px;
    margin-top: 10px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ky-index-news .news-footer {
    margin-top: 6px;
    padding-right: 5px;
    text-align: right;
    position: relative;
}
.ky-index-news .news-line {
    position: relative;
    width: 30px;
    height: 16px;
    border-bottom: 1px #999 solid;
    top: -5px;
    display: inline-block;
}
.ky-index-news .news-time {
    color: #999;
    margin-left: 5px;
}
.ky-index-news .ky-btn {
    margin-top: 40px;
}

/*首页企业资质*/

@media (max-width: 992px) { 
    /*.ky-index-cert .cert-wrap{
        margin-top: 20px;
    }
    .ky-index-cert .col-xs-6:last-child { 
        margin-left: 25%;
    };*/
    .index-cert-m {
        display: block;
    }
    .index-cert-pc {
        display: none;
    }
}
@media (min-width: 992px) { 
    /*.ky-index-cert .cert-wrap{
        margin-top: 20px;
    }
    .ky-index-cert .col-xs-6:last-child { 
        margin-left: 25%;
    };*/
    .index-cert-m {
        display: none;
    }
    .index-cert-pc {
        display: block;
    }
}
.ky-index-cert .cert-item{
    text-align: center;
}
.ky-index-cert .cert-item img{
    border: 1px #F0F0F0 solid;
    width: 148px;
    height: 213px;
}
.ky-index-cert .cert-item span{
    display: block;
    width: 148px;
    margin: 0 auto;
    font-size: 12px;
    background-color: #F0F0F0
}

/* 首页口号 */
.index-slogan {
    line-height: 50px;
    background-color: #F0F0F0;
    /*margin-top: 80px;*/
    text-align: center;
}
@media (max-width: 992px) {
    .index-slogan {
        /*margin-top: 30px;*/
    }
}

/**
 * 3.0 - page-about  关于我门
 */

.ky-page-about {
    margin-bottom: 50px;
}
.ky-page-about .about-text {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}
.ky-page-about .about-img {
    max-width: 90%;
    margin: 0 auto;
}
.ky-page-about .about-img img {
    width: 100%;
    max-height: 400px;
}


/**
 * 4.0 - page-news  企业动态
 */
.ky-page-news {
    background-color: rgba(0, 0, 0, 0.01);
}
.ky-page-news .news-item {
    padding: 0;
    margin: 25px 1% 0 1%;
    background-color: #fff;
    transition: all 0.5s ease-out;
    box-shadow: 0 0px 2px rgba(0,0,0,0.1);
}
.ky-page-news .news-img {
    height: 200px;
    overflow: hidden;
}
.ky-page-news .news-img img{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.ky-page-news .news-info{
    position: relative;
    padding: 20px 25px 10px 25px;
}
.ky-page-news .news-title{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ky-page-news .news-desc{
    height: 72px;
    line-height: 24px;
    color: #888;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ky-page-news .news-more{
    width: 120px;
    height: 34px;
    transition: all 0.5s ease-out;
    background: #f8b70f;
    line-height: 34px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-weight: 700;
}
.ky-page-news .news-item:hover .news-more{
    opacity: 1;
}
.ky-page-news .news-item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.ky-page-news .news-item:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ky-page-news .news-footer {
    position: relative;
    height: 55px;
    transition: all 0.5s ease-in-out;
    border-top: 1px solid #eeeeee;
}
.ky-page-news .news-footer .news-time{
    float: left;
    line-height: 55px;
    color: #888;
}
.ky-page-news .news-pagination {
    margin: 60px 0;
    text-align: center;
}
.ky-page-news .news-pagination {
    text-align: center;
}
.ky-page-news .news-pagination .page-numbers {
    color: #666;
    background-color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid #eee;
}
.ky-page-news .news-pagination .page-numbers:hover {
    background-color: #f8b70f;
}
.ky-page-news .news-pagination .current {
    background-color: #f8b70f;
}
@media (max-width: 768px) {
    .ky-page-news .news-item{
        margin: 24px 3% 0 3%;
    }
    .ky-page-news {
        background-color: #efefef;
    }
    .ky-page-news .news-more{
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .ky-page-news .news-item{
        /*margin: 24px 3% 0 3%;*/
    }
    .ky-page-news .col-sm-6 {
        width: 48%;
    }
}
@media (min-width: 992px) {
    .ky-page-news .col-md-4 {
        width: 30.33333333%;
    }
}


/**
 * 5.0 - page-product  游戏产品
 */

.ky-page-product {
    padding: 20px 0 70px 0;
}
.ky-page-product .product-item {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.6s;
    margin-bottom: 30px;
}
.ky-page-product .product-item:hover {
    transform:translate(0,-10px);
    -ms-transform:translate(0,-10px); /* IE 9 */
    -moz-transform:translate(0,-10px); /* Firefox */
    -webkit-transform:translate(0,-10px); /* Safari and Chrome */
    -o-transform:translate(0,-10px); /* Opera */
}
.ky-page-product .product-big{
    width: 100%;
    height: 220px;
    border-radius: 5px 5px 0 0;
}
.ky-page-product .product-info{
    display: flex;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.ky-page-product .product-info img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.ky-page-product .product-title{
    color: #000;
    margin-left: 20px;
}
.ky-page-product .product-title span{
    display: block;
}
.ky-page-product .product-title span:nth-child(1){
    font-size: 20px;
    font-weight: 700;
}
.ky-page-product .product-title span:nth-child(2){
    color: #B0B0B0
}
.ky-page-product .product-icon{
    width: 60px;
}



/**
 * 6.0 - page-join  加入卡游
 */

.ky-join-header .header-item {
    text-align: center;
    padding: 10px 0 50px 0; 
}
.ky-join-header .header-item-img {
    width: 40px;
}
.ky-join-header .header-item-title {
    display: block;
    margin-top: 20px;
    font-weight: 700;
}
.ky-join-header .header-item-title {
    display: block;
    margin-top: 20px;
    font-weight: 700;
}
.ky-activity {
    text-align: center;
    margin-bottom: 60px;
}
.ky-activity .container {
    padding: 0 30px;
}
.ky-activity .row {
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.ky-activity .row .col-md-2, 
.ky-activity .row .col-md-3,
.ky-activity .row .col-md-5 {
    padding-left: 0;
    padding-right: 0;
}
.ky-activity .activity-img {
    overflow: hidden;
    position: relative;
}
.ky-activity .act-hover {
    transition: all 0.6s;
}
.ky-activity .activity-img-mobile {
    display: none;
}
@media (max-width: 992px) {
    .ky-activity .act-hover {
        object-fit: cover;
    }
    .ky-activity .activity-img-pc {
        display: none;
    }
    .ky-activity .activity-img-mobile {
        display: block;
    }
}
.ky-activity .act-hover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ky-activity .sjx {
    position: absolute;
    top: 85px;
    width: 24px;
    height: 30px;
    right: -5px;
}
@media (max-width: 992px) {
    .ky-activity .sjx {
        display: none;
    }
}
.ky-activity img {
    width: 100%;
    height: 200px;
    text-align: center;
}
.ky-activity .activity-text {
    height: 200px;
    padding-top: 70px;
}
.ky-activity .activity-cn{
    font-size: 25px;
    font-weight: 700;
}
.ky-activity .activity-en{
    margin-top: 10px;
    display: block;
    font-weight: 700;
    color: #ccc;
}
.ky-activity .bak-color{
    background-color: #f8b70f;
}
.ky-activity .bak-color span {
    color: #fff;
}

.ky-zp-btn {    
    background: #f5f5f5;
    padding: 60px 0;
}
.ky-zp-btn a{
    display: block;
}
.ky-zp-btn a{
    display: block;
}
.ky-zp-btn a img{
    /* width: 100%; */
    max-width: 324px;
    height: 100%;
}
.ky-zp-btn a .zp-hover{
    display: none;
}
.ky-zp-btn .zp-btn:hover .zp-hover {
    display: inline-block !important;
}
.ky-zp-btn .zp-btn:hover .zp-img {
    display: none;
}
.ky-zp-btn .zp-btn {
    height: 150px;
    width: 90%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
@media (max-width: 992px) {
    .ky-zp-btn {
        padding: 30px 0;
    }
    .ky-zp-btn .zp-btn {
        margin-top: 20px;
    }
}
/* 招聘标题 */
.ky-zp-btn .zp-title{    
    position: relative;
    line-height: 74px;
    top: 37px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.zp-border {
    position: absolute;
    width: 20px;
    height: 20px;
}
.zp-border1 {
    top: 0;
    left: 0;
    border-left: 2px solid #f8b70f;
    border-top: 2px solid #f8b70f;
}
.zp-border2 {
    top: 0;
    right: -2px;
    border-right: 2px solid #f8b70f;
    border-top: 2px solid #f8b70f;
}
.zp-border3 {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #f8b70f;
    border-left: 2px solid #f8b70f;
}
.zp-border4 {
    bottom: 0;
    right: -2px;
    border-right: 2px solid #f8b70f;
    border-bottom: 2px solid #f8b70f;
}


/**
 * 7.0 - page-contact  联系方式
 */

.ky-contact{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ky-contact .contact-item{
    padding: 15px;
    border: 1px #eee solid;
    border-top: 3px solid #f8b70f;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.6s;
}
.ky-contact .contact-item:hover {
    transform:translate(0,-10px);
    -ms-transform:translate(0,-10px); /* IE 9 */
    -moz-transform:translate(0,-10px); /* Firefox */
    -webkit-transform:translate(0,-10px); /* Safari and Chrome */
    -o-transform:translate(0,-10px); /* Opera */
}
.ky-contact .contact-item h4{
    font-weight: 700;
}
.ky-contact .contact-item span{
    display: block;
    color: #888;
}
.ky-contact .contact-item .contact-content{
    min-height: 60px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
}
.ky-contact .contact-item .contact-name{
    font-size: 16px;
    margin-top: 15px;
    display: block;
    color: #000;
}
.ky-contact .contact-item img{
    height: auto;
    width: 20px;
}
.ky-contact .contact-item .contact-qq, .contact-phone{
    display: flex;
    margin-top: 15px;
}
.ky-contact .contact-item .contact-mail{
    margin-top: 10px;
    display: flex;
}

.ky-newsdetail {
    font-size: 16px;
    line-height: 1.8;
    background: #f5f5f5;
}
.ky-newsdetail .newsdetail-wrap {
    margin: 40px 0;
    padding: 20px 50px;
    background: #ffffff;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .ky-newsdetail .newsdetail-wrap {
        padding: 20px 5px;
    }
}

.ky-newsdetail .newsdetail-title {
    text-align: center;
}
.ky-newsdetail .newsdetail-title h1{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.ky-newsdetail .newsdetail-title p{
    color: #777;
    margin: 20px 10px 0 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.ky-newsdetail .newsdetail-content {
    margin-top: 30px;
    padding: 0 30px;
}
.ky-newsdetail .newsdetail-content img {
    display: block;
    margin: 30px auto;
    height: auto;
}

@media (max-width: 992px) {
    .ky-newsdetail .newsdetail-content {
        padding: 0 10px;
    }
}

.ky-newsdetail .newsdetail-other {
    padding: 0 30px;
    margin-top: 20px;
    font-size: 15px;
}

.ky-newsdetail .newsdetail-other a{
    cursor: pointer;
    color: #888888;
}

.ky-newsdetail .newsdetail-other a:hover{
    color: #f8b70f;
}


/**
 * 9.0 - page-around  卡游周边
 */
.ky-around .col-md-1-5{
    padding: 0 10px;
}

.ky-around .around-item {
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.ky-around .around-item .img{
    width: 100%;
}

.ky-around .around-item .img img{
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
    cursor:pointer;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;	/* Firefox 4 */
    -webkit-transition: opacity 0.2s;	/* Safari 和 Chrome */
    -o-transition: opacity 0.2s;
}

.ky-around .around-item .img img:hover{
    opacity: 0.7;
    filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
}

.ky-around .around-item .info {
    padding: 10px;
}

.ky-around .around-item .info a {
    color: #000;
}

.ky-around .around-item .info .title {
    margin-bottom: 5px;
    position: relative;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor:pointer;
}
.ky-around .around-item .info .title:hover {
    color: #f8b70f;
}

.ky-around .around-item .info .desc {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ky-around .around-item .footer {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #eee;
    padding: 0 10px;
    font-size: 12px;
    color: #bbb;
}

.ky-around .around-item .footer .time {
    float: right;
}


.ky-around .pagination {
    margin: 60px 0;
    text-align: center;
    width: 100%;
}
.ky-around .pagination {
    text-align: center;
}
.ky-around .pagination .page-numbers {
    color: #666;
    background-color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid #eee;
}
.ky-around .pagination .page-numbers:hover {
    background-color: #f8b70f;
}
.ky-around .pagination .current {
    background-color: #f8b70f;
}


/**
 * 10.0 - page-culture  企业文化
 */
 .ky-page-culture {
     margin-top: 50px;
     margin-bottom: 100px;
 }
 .ky-page-culture .cul_item {
    width: 340px;
    height: 190px;
    box-shadow: 10px 10px 30px #f5f5f5;
    border: 1px solid #f1f1f1;
    padding: 0 30px;
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
 }
 .ky-page-culture .cul_item:hover .line{
     width: 100%;
 }
 .ky-page-culture .cul_item:hover {
    transform: scale(1.1);
 }
 .ky-page-culture .container {
     position: relative;
 }
 .ky-page-culture .cul_item h1{
    font-size: 25px;
    font-weight: 700;
 }
 .ky-page-culture .cul_item h2{
    font-size: 25px;
    font-weight: 700;
    color: #f8b70f;
 }
 .ky-page-culture .cul_item h3{
    font-size: 15px;
 }
 .ky-page-culture .cul_item .line{
    width: 96px;
    background-color: #f7b500;
    height: 1px;
    display: inline-block;
    margin-top: 15px;
    transition: all .5s ease;
 }
 .ky-page-culture .cul_item .flag{
    position: absolute;
    color: #f8b70f;
    font-size: 80px;
    font-family: arial;
    top: -45px;
 }
 .ky-page-culture .cul_item_1,
 .ky-page-culture .cul_item_3 {
     text-align: right;
 }
 .ky-page-culture .cul_item_2,
 .ky-page-culture .cul_item_4 {
     text-align: left;
 }
 .ky-page-culture .cul_item_2 .flag,
 .ky-page-culture .cul_item_4 .flag{
     right: 30px;
     float: right;
 }
 .ky-page-culture .cul_item_3,
 .ky-page-culture .cul_item_4 {
     margin-top: 50px;
 }
 .ky-page-culture .cul_5 {
     position: absolute;
     top: 100px;
     left: 33.8%;
 }
 .ky-page-culture .cul_5 .cul_item_5{
    text-align: center;
 }
 .ky-page-culture .cul_5 .flag{
    display: none;
 }

 @media (max-width: 992px) {
    .ky-page-culture .cul_item_2,
    .ky-page-culture .cul_item_4 {
        text-align: left;
    }
    .ky-page-culture .cul_item {
        margin-top: 50px;
    }
    .ky-page-culture .cul_5 {
        position: initial;
    }
    .ky-page-culture .cul_5 .cul_item_5{
       text-align: right;
    }
    .ky-page-culture .cul_5 .flag{
       display: block;
    }
    .ky-page-culture .cul_item {
       width: 100%;
    }
 }

 
/**
 * 11.0 - page-style  企业风采
 */
 .ky-page-style {
     margin-bottom: 70px;
 }
 .ky-page-style .row{
     padding: 0 ;
 }
 .ky-page-style .col-md-3{
     padding: 0;
     position: relative;
 }
 .ky-page-style img {
     width: 100%;
 }
 .ky-page-style .title {
    display: block;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding-left: 15px;
    line-height: 30px;
    width: 100%;
 }
 
@media (min-width: 992px) {
    .ky-page-style .fancybox img {
       height: 160px;
    }
}
@media (min-width: 1200px) {
    .ky-page-style .fancybox img {
       height: 193px;
    }
}
 .ky-page-style-video .row{
     padding: 0 ;
 }
 .ky-page-style-video .col-md-3{
     padding: 0;
     position: relative;
 }

 /**
  * 12.0 - page-duty  企业责任
  */
.ky-page-duty .content{
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 1.8;
}

/**
 * 13.0 - page-duty  企业战略
 */
.ky-page-strategy {
    margin-bottom: 70px;
}
.ky-page-strategy .swiper-strategy{
    /* height: 300px; */
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
    padding-bottom: 15px;
}
.ky-page-strategy .swiper-strategy .swiper-wrapper{
    display: flex;
    align-items: center;
}
.ky-page-strategy .swiper-slide {
    padding: 20px 20px;
}
.ky-page-strategy .swiper-slide .left {
    padding: 10px 30px;
}
.ky-page-strategy .swiper-slide .left img{
    width: 100%;
}
.ky-page-strategy .swiper-slide .right {
    text-align: center;
}
.ky-page-strategy .swiper-slide .right .title {
    font-size: 22px;
    text-align: center;
    border-bottom: 2px solid #f8b600;
    display: inline-block;
    margin: 0 auto;
    /* margin-top: 40px; */
    line-height: 45px;
}
.ky-page-strategy .swiper-slide .right .smtitle {
    margin-top: 15px;
    color: #333;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
}
.ky-page-strategy .swiper-slide .right .content {
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
    white-space: break-spaces;
    color: #999;
}
.ky-page-strategy .swiper-button-prev, .ky-page-strategy .swiper-button-next {
    color: #f8b600 !important;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.ky-page-strategy .swiper-strategy-pagination {
    bottom: 10px !important;
}

@media (min-width: 992px) {
    .ky-page-strategy .swiper-strategy{
        margin: 50px;
    }
    .ky-page-strategy .swiper-slide .row{
        display: flex;
        align-items: center;
    }
    .swiper-button-prev, .swiper-button-next {
        color: #f8b600 !important;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        display: block !important;
    }
}
@media (max-width: 992px) {
    .ky-page-strategy .swiper-button-prev, .ky-page-strategy .swiper-button-next {
        display: none !important;
    }
}

/**
 * 14.0 - page-history  发展历程
 */
 .ky-page-history  .pc{
     margin-bottom: 70px;
 }
 .ky-page-history .pc .row{
     padding: 0 30px;
 }
 .ky-page-history .pc .swiper-slide {
    margin: 70px 0;
    text-align: center;
    height: 350px;
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
    transform: scale(0.8);
    transition: all 0.2s;
    overflow: hidden;
 }
 .ky-page-history .pc .item .title{
    margin-top: 40px;
    font-size: 60px;
    font-weight: 700;
    color: #f8b600;
 }
 .ky-page-history .pc .item .content{
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
 }
 .ky-page-history .pc .item {
     opacity: .5;
 }
 .ky-page-history .pc .swiper-slide-active {
    transform: scale(1);
    background-color: #f8b600;
 }
 .ky-page-history .pc .swiper-slide-active .title,
 .ky-page-history .pc .swiper-slide-active .content{
    color: #fff;
 }
 .ky-page-history .pc .swiper-slide-active .item {
    opacity: 1;
 }

 .ky-page-history .pc .swiper-slide-active .item {
    opacity: 1;
 }

 .ky-page-history .mobile {
    display: none;
 }

 @media (max-width: 992px) {
    .ky-page-history .pc {
        display: none;
    }
    .ky-page-history .mobile {
        display: block;
    }
 }


 .ky-page-history  .mobile{
     margin-bottom: 70px;
 }
 .ky-page-history .mobile .row{
     padding: 0 30px;
 }
 .ky-page-history .mobile .swiper-slide {
    margin: 30px 0;
    text-align: center;
    height: 350px;
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
    transform: scale(1);
    transition: all 0.2s;
    overflow: hidden;
    background-color: #f8b600;
 }
 .ky-page-history .mobile .item .title{
    margin-top: 40px;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
 }
 .ky-page-history .mobile .item .content{
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
    color: #fff;
 }